if (do_name() != 'Home') : ?>
include("util/comment.php"); ?>
Reference | lineto()
endif ?>Syntax | lineto(x, y) | ||
Description | The lineto() command must be called between beginpath() and endpath(). Draws a line between the current point in the path and a new destination point. The two parameters set the location of the new destination point. | ||
Tutorial | Paths | ||
Example |
|